home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 200
- Top = 105
- Width = 338
- Height = 126
- Cursor = crCross
- Caption = 'Web Server Attack'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 0
- Top = 16
- Width = 73
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'WWW server'
- end
- object Edit1: TEdit
- Left = 80
- Top = 16
- Width = 233
- Height = 21
- Cursor = crCross
- AutoSize = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 16
- Top = 56
- Width = 81
- Height = 25
- Caption = 'Attack!'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 240
- Top = 55
- Width = 75
- Height = 25
- Caption = 'Menu'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Sockets1: TSockets
- Left = 128
- Top = 64
- Width = 32
- Height = 32
- MaximumReceiveLength = 8192
- end
- end
-